P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > BSc IT > BT0065

C Programming and Data Structures – Theory


This is the collection of Sikkim Manipal University (SMU) question and answers for C Programming and Data Structures – Theory . It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2024, 2023, 2022 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of C Programming and Data Structures – Theory , SMU - Bachelor of Science in Information Technology.

Course Name        BSc IT (Bachelor of Science in Information Technology)

Subject Code       BT0065 (C Programming and Data Structures – Theory )

Get Questions        PART - A    PART - B    PART - C

Subject : C Programming and Data Structures – Theory

     BT0065 : PART - B    


Q. 1Syntax of for loop is
 A)for(initialize counter; check for final value; increment counter) { statement}
 B)for(initialize counter; check for final value; increment counter) { set of statements in loop}
 C)both A and B
 D)only B
   
Q. 2Select the output of following code will be
char st[]=”halotechnologies”;
while(st[i]!=’\0’)
{
i++;
}
printf(“%d”,i);
 A)halotechnologies
 B)halo technologies
 C)16
 D)17
   
Q. 3Different types of queues are
a. Ordinary queue
b. Double ended queue
c. Circular queue
d. Priority queue
 A)a, b, c
 B)a, b, c, d
 C)a, b
 D) b, c
   
Q. 4Predict the output of following code
int b=10;
b=b<<2;
b=b>>3;
printf(“%d”,b);
 A)5
 B)40
 C)10
 D)1
   
Q. 5 ____ is used for printing real values and
____ is used for string value
 A)%f and %c
 B)%f and %d
 C)%f and %s
 D)%s and %f
   
Click here to get C Programming and Data Structures – Theory (BT0065 ) New Question


Home > Download > SMU - Question Paper > BSc IT > BT0065